don't second-guess BDB ABI
authorSteve Langasek <vorlon@debian.org>
Tue, 28 Apr 2020 17:18:12 +0000 (18:18 +0100)
committerRyan Tandy <ryan@nardis.ca>
Tue, 28 Apr 2020 17:18:12 +0000 (18:18 +0100)
commit5ab88326abfcf67ba9f7ce62e7d51a317cb798da
tree300ec291fd2d06b09284f0ea6496c4dba8aabe72
parentbee22c8a14ad9e22b2b75a1288204f4a96a16054
don't second-guess BDB ABI

Bug-Debian: http://bugs.debian.org/651333
Forwarded: not-needed

OpenLDAP upstream conservatively assumes that any change to the version
number of libdb can result in an API-breaking change that could impact
the database.  In Debian, we know that such changes require bumping the
library soname and changing the package name, and demand such rigor from
our package maintainers even when upstreams don't deliver; so any such
check in the source code works against the packaging system by forcing
database upgrades when we know none are required.  Disable this check
so we rely on the packaging system to do its job.

Gbp-Pq: Name no-bdb-ABI-second-guessing
servers/slapd/back-bdb/init.c